home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / dsz_bats.zip / SC.BAT < prev    next >
DOS Batch File  |  1987-10-27  |  358b  |  18 lines

  1. echo off
  2. rem ;-------------------------------------------------------
  3. rem ; DSZ Xmodem-1k Send Setup
  4. rem ; filename = sc.bat
  5. rem ;
  6. rem ; MNP modems - add the HANDSHAKE BOTH option
  7. rem ;-------------------------------------------------------
  8. cls
  9. cd\qm\up
  10. SET DSZOPT=r
  11. SET DSZPORT=2
  12. DSZ pB6144 d sx -k %3
  13. SET DSZOPT=
  14. SET DSZPORT=
  15. echo.
  16. cd\qm
  17.  
  18.